home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / win / vb / clipdem.exe / CLIPTEST.BAS < prev    next >
Encoding:
BASIC Source File  |  1992-10-08  |  189 b   |  8 lines

  1. ' This program illustrates how to Copy, Cut, and
  2. ' Paste text from one form to another via a menu
  3. ' located on a third form.
  4.  
  5. Global FocusFlag As Integer
  6. Global Const CF_TEXT = &H1
  7.  
  8.